-
Notifications
You must be signed in to change notification settings - Fork 16
chore: log the version when starting orchestrator and relayer #630
chore: log the version when starting orchestrator and relayer #630
Conversation
WalkthroughThe recent updates to the codebase involve enhancing the initialization process of both the orchestrator and relayer components by incorporating build information logging. This is achieved by importing a new Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (2)
- cmd/blobstream/orchestrator/cmd.go (2 hunks)
- cmd/blobstream/relayer/cmd.go (2 hunks)
Files skipped from review due to trivial changes (1)
- cmd/blobstream/orchestrator/cmd.go
Additional comments: 2
cmd/blobstream/relayer/cmd.go (2)
8-8: The import of
github.com/celestiaorg/orchestrator-relayer/cmd/blobstream/version
is correctly placed and follows Go conventions for organizing imports.124-125: The addition of logging the build information using
version.GetBuildInfo()
is correctly implemented and will provide useful information for debugging and monitoring purposes.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #630 +/- ##
=========================================
+ Coverage 0 25.91% +25.91%
=========================================
Files 0 29 +29
Lines 0 3044 +3044
=========================================
+ Hits 0 789 +789
- Misses 0 2160 +2160
- Partials 0 95 +95 ☔ View full report in Codecov by Sentry. |
Overview
Checklist
Summary by CodeRabbit